#wifi jammingsoftware jamming
Explore tagged Tumblr posts
thesecuritysleuth · 8 years ago
Text
Block party: Jamming wifi networks via software
Welcome back all! this is my first proper tutorial in a while so lets get right into it. 
Recently I have been looking into a lot of Hardware tools. On my searches one of the items that features extremely heavily is wifi jammers. Unfortunately where I live it's illegal to own those kinds of devices on the bright side wifi is quite easy to jam simply having a router on the same channel as another one close by can be enough to jam a wifi network.
In this tutorial we will be doing wifi jamming exclusively via a python script all you need is a machine with python and a few other goodies installed.
Setup
To set everything you need up you will need to use the following commands to setup all the prerequisites (I used a machine built with elementary OS for this tutorial):
$ sudo apt install git $ sudo apt install python-pip $ sudo apt install scapy
Now to clone the Git repo you will need:
git clone https://github.com/DanMcInerney/wifijammer.git
Running the tool
Change into the directory where you have cloned the wifijammer repo
cd wifijammer/
Simply run the command below and the script will quickly do some reconnaissance on all AP's it can detect and then start de-authing them:
$ python wifijammer.py
It's also a good idea to have 2 wifi card installed for this script but its not required.
De-Auth Example:
Viola its that simple to jam wifi networks!
Conclusion
As always I hope you found this tutorial useful. Please let me know if you would like to see more wifi focused tutorials in the near future.
As always thanks for your support! Until next time,
The Security Sleuth
16 notes · View notes